home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / amag / AM9402_1.lha / rsys / rsyscalls.lha / rsyssavewindow.calls < prev    next >
Text File  |  1993-09-25  |  3KB  |  111 lines

  1.  
  2.     1    SaveWindows [rsyssavewindow.c]
  3.     2        HandleHelp
  4.     3        NewList
  5.     4        OpenASysWindow
  6.     5        PrintInfo
  7.     6        LockMainWindow
  8.     7        ResetWinList [static in rsyssavewindow.c]
  9.     8            InitListView
  10.     9            NewList
  11.    10            CountIntuiObjects
  12.    11            CreateWinList [static in rsyssavewindow.c]
  13.    12                MyFreeVec
  14.    13                MyAllocVec
  15.    14                LockIBase
  16.    15                strncpy
  17.    16                sprintf
  18.    17                UnlockIBase
  19.    18                AddTail
  20.    19            EnableGadget
  21.    20        Wait
  22.    21        GT_GetIMsg
  23.    22        GT_ReplyIMsg
  24.    23        GetNode
  25.    24        EnableGadget
  26.    25        NOT
  27.    26        CheckWindow
  28.    27        ErrorHandle
  29.    28        GetFile
  30.    29        SaveWindow [static in rsyssavewindow.c]
  31.    30            OpenLibrary
  32.    31            MyAllocVec
  33.    32            InitRastPort
  34.    33            InitBitMap
  35.    34            AllocRaster
  36.    35            NOT
  37.    36            WindowToFront
  38.    37            Delay
  39.    38            BltBitMap
  40.    39            AllocIFF
  41.    40            Open
  42.    41            InitIFFasDOS
  43.    42            OpenIFF
  44.    43            PushChunk
  45.    44            PutANNO [static in rsyssavewindow.c]
  46.    45                strlen
  47.    46                PushChunk
  48.    47                WriteChunkBytes
  49.    48                PopChunk
  50.    49            PutBMHD [static in rsyssavewindow.c]
  51.    50                GetDisplayInfoData
  52.    51                GetVPModeID
  53.    52                PushChunk
  54.    53                WriteChunkBytes
  55.    54                PopChunk
  56.    55            PutCMAP [static in rsyssavewindow.c]
  57.    56                PushChunk
  58.    57                GetRGB4
  59.    58                WriteChunkBytes
  60.    59                PopChunk
  61.    60            PutCAMG [static in rsyssavewindow.c]
  62.    61                PushChunk
  63.    62                GetVPModeID
  64.    63                WriteChunkBytes
  65.    64                PopChunk
  66.    65            PutBODY [static in rsyssavewindow.c]
  67.    66                MyAllocVec
  68.    67                PushChunk
  69.    68                PackRow [static in rsyssavewindow.c]
  70.    69                    PutRun [static in rsyssavewindow.c]
  71.    70                    PutDump [static in rsyssavewindow.c]
  72.    71                WriteChunkBytes
  73.    72                PopChunk
  74.    73                MyFreeVec
  75.    74            PopChunk
  76.    75            CloseIFF
  77.    76            Close
  78.    77            FreeIFF
  79.    78            FreeRaster
  80.    79            MyFreeVec
  81.    80            SetProtection
  82.    81            DeleteFile
  83.    82            CloseLibrary
  84.    83        CloseASysWindow
  85.    84        MyFreeVec
  86.  
  87.    85    OpenSaveAWindowWindow [static in rsyssavewindow.c]
  88.    86        AdjustWindowDimensions
  89.    87        CreateContext
  90.    88        CopyMem
  91.    89        ComputeX
  92.    90        ComputeY
  93.    91        CreateGadgetA
  94.    92        makelabelvisible
  95.    93        OpenWindowTags
  96.    94        RefreshRastPort
  97. Index:
  98.     CreateWinList [static in rsyssavewindow.c] [see line 11]
  99.     OpenSaveAWindowWindow [static in rsyssavewindow.c] [see line 85]
  100.     PackRow [static in rsyssavewindow.c] [see line 68]
  101.     PutANNO [static in rsyssavewindow.c] [see line 44]
  102.     PutBMHD [static in rsyssavewindow.c] [see line 49]
  103.     PutBODY [static in rsyssavewindow.c] [see line 65]
  104.     PutCAMG [static in rsyssavewindow.c] [see line 60]
  105.     PutCMAP [static in rsyssavewindow.c] [see line 55]
  106.     PutDump [static in rsyssavewindow.c] [see line 70]
  107.     PutRun [static in rsyssavewindow.c] [see line 69]
  108.     ResetWinList [static in rsyssavewindow.c] [see line 7]
  109.     SaveWindow [static in rsyssavewindow.c] [see line 29]
  110.     SaveWindows [rsyssavewindow.c] [see line 1]
  111.